func strconv.mult64bitPow10
5 uses
strconv (current package)
ftoaryu.go#L51: di, dexp2, d0 := mult64bitPow10(mant, e2, q)
ftoaryu.go#L253: dl32, _, dl0 = mult64bitPow10(uint32(ml), e2, q)
ftoaryu.go#L254: dc32, _, dc0 = mult64bitPow10(uint32(mc), e2, q)
ftoaryu.go#L255: du32, e2, du0 = mult64bitPow10(uint32(mu), e2, q)
ftoaryu.go#L493: func mult64bitPow10(m uint32, e2, q int) (resM uint32, resE int, exact bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |